-
1 шаблон инициализации
Programming: initialization pattern (http://webcache.googleusercontent.com/search?q=cache:Ot9QAfOMQm8J:www.microelektroniks.ru/%3Fpage_id%3D106+%22initialization+pattern%22&cd=7&hl=ru&ct=clnk&gl=by&lr=lang_ru)Универсальный русско-английский словарь > шаблон инициализации
-
2 разметка
1) General subject: eye markers, flagging (трассы), formatting, marking2) Computers: snap-to4) Aviation: mapping out5) Naval: buoy, laying-off, laying-out7) Engineering: format, lay-out, layout (участка, трассы), mark, markup (оригинала), sectoring (магнитного диска), setting8) Agriculture: egg laying (сада, поля), laying (сада, поля)9) Construction: laying out, setting-out work, Setting Out10) Linguistics: (субтитров) spotting12) Road works: markings (проезжей части)13) Cinema: mark-up15) Metallurgy: lining-out, marking-out, sketching (напр. листа для резки на ножницах)16) Polygraphy: layout (напр. для монтажа фотоформ)17) Textile: notation18) Information technology: benchmarking, initialization (магнитного носителя), positioning (при верстке), tracking19) Mechanic engineering: set hands square20) Silicates: straight-line tint (рисунка при гравировании)21) Mechanics: layout work, setting-out22) Advertising: key lines (положения отдельных элементов на макете и мест штриховки, оттенения, заливки)23) Sakhalin energy glossary: wrench mark (разметка, наносимая на трубу, для определения того, какой снимок соответствует данному участку при радиографии или ультразвуковом контроле)24) EBRD: distribution list (список для рассылки документов)25) Automation: layout work (заготовки), line pattern (напр. на поверхности заготовки), marking-off, scribing, spacing (напр. отверстий)26) Robots: labeling27) Makarov: dab, layout (напр. участка, трассы), mark (знак, метка), mark-up (оригинала), marking (оригинала), marking-out (оригинала)28) Gold mining: grading
См. также в других словарях:
Initialization on demand holder idiom — In software engineering, the Initialization on Demand Holder idiom (design pattern) is a lazy loaded singleton. The idiom can be implemented in both single threaded/serial and concurrent environments, but care must be taken to correctly implement … Wikipedia
Lazy initialization — In computer programming, lazy initialization is the tactic of delaying the creation of an object, the calculation of a value, or some other expensive process until the first time it is needed. This is typically accomplished by maintaining a flag… … Wikipedia
Creational pattern — In software engineering, creational design patterns are design patterns that deal with object creation mechanisms, trying to create objects in a manner suitable to the situation. The basic form of object creation could result in design problems… … Wikipedia
Singleton pattern — In software engineering, the singleton pattern is a design pattern used to implement the mathematical concept of a singleton, by restricting the instantiation of a class to one object. This is useful when exactly one object is needed to… … Wikipedia
Resource Acquisition Is Initialization — Resource Acquisition Is Initialization, often referred to by the acronym RAII, is a popular design pattern in many object oriented languages like C++, D and Ada. The technique, invented by Bjarne Stroustrupcite book title = The Design and… … Wikipedia
Software design pattern — In software engineering, a design pattern is a general reusable solution to a commonly occurring problem within a given context in software design. A design pattern is not a finished design that can be transformed directly into code. It is a… … Wikipedia
Singleton Pattern — Das Singleton (auch Einzelstück genannt) ist ein in der Softwareentwicklung eingesetztes Entwurfsmuster und gehört zur Kategorie der Erzeugungsmuster (engl. Creational Patterns). Es verhindert, dass von einer Klasse mehr als ein Objekt erzeugt… … Deutsch Wikipedia
Private class data pattern — Private class data is a design pattern in computer programming used to encapsulate class attributes and their manipulation.tandard documentationThe following documentation categories for the private class data design pattern follows the design… … Wikipedia
Proxy pattern — Proxy in UML Proxy in … Wikipedia
Anti-Pattern — (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster, Architekturmuster...),… … Deutsch Wikipedia
Anti-pattern — (deutsch: Antimuster) bezeichnet in der Softwareentwicklung einen häufig anzutreffenden schlechten Lösungsansatz für ein bestimmtes Problem. Es bildet damit das Gegenstück zu den Mustern (Entwurfsmuster, Analysemuster, Architekturmuster...),… … Deutsch Wikipedia